home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
Development
/
PowerD
/
powerd
/
source
/
lib
/
powerd_lib.lha
/
PowerD_PPC
/
IsBin.ass
< prev
next >
Wrap
Text File
|
2000-10-26
|
199b
|
19 lines
# IsBin(r3:LONG)(LONG)
.text
.global _IsBin
_IsBin:
cmpwi r3,"0"
blt .false
cmpwi r3,"1"
bgt .false
.true: li r3,-1
blr
.false: li r3,0
blr
.type _IsBin,@function
.size _IsBin,$-_IsBin